home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / muds / lpmud312.tar / lpmud312 / ACCESS.ALLOW < prev    next >
Text File  |  1991-10-31  |  2KB  |  33 lines

  1. #
  2. # ACCESS.ALLOW: file to limit access for some machines, extension of previous 
  3. # ACCESS.DENY file
  4. #
  5. # ipnum:class:maximum:hstart:hend:string to send before shutdown
  6. # where
  7. #   ipnum:     byte.byte.byte.byte    byte = * or number
  8. #   class:    number
  9. #   maximum:    number
  10. #   hstart:    hour this entry starts to be valid
  11. #   hend:    hour this entry ceases to be valid (can both be 0 to ignore..)
  12. #   string:     string
  13. #
  14. # o A class is defined the first time it's used
  15. # o The maximum-value is only used at a class-definition. If its -1, no maximum
  16. #   is installed. If it's 0, logins from this class are disabled.
  17. # o string is sent, if the login can't be allowed. on classes with maximum=0, 
  18. #   this should be a general message, that no logins are allowed from this 
  19. #   class, if maximum is some number, it should say something like 
  20. #   "maxmium users from your site class exceeded".
  21. # Order MATTERS. IE if you allow 129.*.*.*, you have to put any restrictions 
  22. # on 129.132.*.* BEFORE this statement.
  23. # Addresses not matching any patterns are not allowed. 
  24. # (You can get rid of this default by allowing *.*.*.* as the last rule).
  25. #
  26. # SPARC cluster has access denied. Class 1
  27. 129.132.122.*:1:0:0:0:LPMUD access denied for your cluster because of your administrator's veto.
  28. # CALL-1A0 has access limited to some maximum, for now 5 logins. Class 2
  29. 129.132.106.*:2:5:8:20:Sorry, LPMUD is currently full. Please try again later (but don't poll!).
  30. # not during 8-20h, its a 10 limit
  31. 129.132.106.*:3:10:0:0:Sorry, LPMUD is currently full. Please try again later (but don't poll!).
  32. *.*.*.*:0:-1:0:0:No message should ever be printed here.
  33.